//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Old Washington Music Fest: Big and Rich, A Thousand Horses, & Davisson Brothers Band - Friday','Guernsey County Fairgrounds','Lore City, OH','Friday','7/18/2025','12:00 PM','6876555','Old-Washington-Music-Fest--Big-and-Rich--A-Thousand-Horses----Davisson-Brothers-Band---Friday-7-18-2025'],['Band of Horses','Ogden Amphitheater','Ogden, UT','Wednesday','7/30/2025','5:00 PM','7022803','Band-of-Horses-7-30-2025'],['Band of Horses','Belly Up Aspen','Aspen, CO','Thursday','7/31/2025','8:30 PM','7103095','Band-of-Horses-7-31-2025'],['Maha Music Festival: Pixies, Waxahatchee, Band of Horses, Magdalena Bay & Silversun Pickups','Heartland of America Park at the Riverfront','Omaha, NE','Saturday','8/2/2025','2:00 PM','7055767','Maha-Music-Festival--Pixies--Waxahatchee--Band-of-Horses--Magdalena-Bay---Silversun-Pickups-8-2-2025'],['Band of Horses','Cains Ballroom','Tulsa, OK','Sunday','8/3/2025','8:00 PM','7047899','Band-of-Horses-8-3-2025'],['Band of Horses','Nickel Plate District Amphitheater','Fishers, IN','Tuesday','8/5/2025','7:30 PM','7048752','Band-of-Horses-8-5-2025'],['A Thousand Horses','Newberry Opera House','Newberry, SC','Friday','8/22/2025','7:30 PM','7215791','A-Thousand-Horses-8-22-2025'],['A Thousand Horses','Billy Bobs','Fort Worth, TX','Friday','9/5/2025','10:00 PM','7141054','A-Thousand-Horses-9-5-2025'],['Band of Horses & Iron and Wine','Marymoor Park','Redmond, WA','Thursday','9/18/2025','7:00 PM','7107924','Band-of-Horses---Iron-and-Wine-9-18-2025'],['Band of Horses & Iron and Wine','Cuthbert Amphitheater','Eugene, OR','Friday','9/19/2025','7:00 PM','7106985','Band-of-Horses---Iron-and-Wine-9-19-2025'],['Band of Horses & Iron and Wine','McMenamins Grand Lodge','Forest Grove, OR','Saturday','9/20/2025','6:30 PM','7106986','Band-of-Horses---Iron-and-Wine-9-20-2025'],['Band of Horses & Iron and Wine','Mountain Winery','Saratoga, CA','Monday','9/22/2025','7:30 PM','7053871','Band-of-Horses---Iron-and-Wine-9-22-2025'],['Band of Horses & Iron and Wine','Warfield','San Francisco, CA','Tuesday','9/23/2025','8:00 PM','7110878','Band-of-Horses---Iron-and-Wine-9-23-2025'],['Band of Horses & Iron and Wine','The Wiltern','Los Angeles, CA','Wednesday','9/24/2025','8:00 PM','7108027','Band-of-Horses---Iron-and-Wine-9-24-2025'],['Band of Horses & Iron and Wine','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Friday','9/26/2025','8:00 PM','7108030','Band-of-Horses---Iron-and-Wine-9-26-2025'],['Band of Horses & Iron and Wine','Bel-Aire Backyard','Las Vegas, NV','Saturday','9/27/2025','8:00 PM','7110879','Band-of-Horses---Iron-and-Wine-9-27-2025'],['Band of Horses & Iron and Wine','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Sunday','9/28/2025','7:00 PM','7108029','Band-of-Horses---Iron-and-Wine-9-28-2025'],['Band of Horses & Iron and Wine','Pepsi Amphitheatre at Fort Tuthill','Flagstaff, AZ','Tuesday','9/30/2025','7:00 PM','7107047','Band-of-Horses---Iron-and-Wine-9-30-2025'],['Band of Horses & Iron and Wine','House Of Blues - Anaheim','Anaheim, CA','Thursday','10/2/2025','6:30 PM','7108028','Band-of-Horses---Iron-and-Wine-10-2-2025'],['Band of Horses & Iron and Wine','Arlington Theatre','Santa Barbara, CA','Friday','10/3/2025','8:00 PM','7110880','Band-of-Horses---Iron-and-Wine-10-3-2025'],['Wilder Horses - Rolling Stones Tribute','American Theatre - Hampton','Hampton, VA','Wednesday','12/31/2025','7:00 PM','7250207','Wilder-Horses---Rolling-Stones-Tribute-12-31-2025']],'Band of Horses','http://www.ticketnetwork.com/ticket/Band-of-Horses-events.aspx');